projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
113c771
)
(rmail-process-new-messages): Don't lose on missing subject field.
author
Henrik Enberg
<henrik.enberg@telia.com>
Sat, 21 Jan 2006 16:18:59 +0000
(16:18 +0000)
committer
Henrik Enberg
<henrik.enberg@telia.com>
Sat, 21 Jan 2006 16:18:59 +0000
(16:18 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index c2928fdde3cedbe46aa27b82b400bc3d1f89658e..bb6e7c7228373b1445bd441c8b3b4442f64268b7 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-1987,7
+1987,8
@@
non-nil then do not show any progress messages."
(cadr (mail-extract-address-components
(rmail-header-get-header "from")))
(mail-decode-encoded-word-string
- (rmail-header-get-header "subject"))))
+ (or (rmail-header-get-header "subject")
+ "No Subject Given"))))
message-descriptor-list)))))
;; Add the new message data lists to the Rmail message descriptor
;; vector.